projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77d5be5
)
Make help-for-help echo key on failure
author
Stefan Kangas
<stefankangas@gmail.com>
Sun, 16 Oct 2022 11:02:24 +0000
(13:02 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sun, 16 Oct 2022 11:03:59 +0000
(13:03 +0200)
* lisp/help-macro.el (make-help-screen): Echo key on failure.
lisp/help-macro.el
patch
|
blob
|
history
diff --git
a/lisp/help-macro.el
b/lisp/help-macro.el
index 962bc5a8d87556bca837fcf0ae2b025aa3d6e65b..cf024afe254944cee8f788dbb9d4df476e911d2c 100644
(file)
--- a/
lisp/help-macro.el
+++ b/
lisp/help-macro.el
@@
-211,6
+211,9
@@
and then returns."
(iconify-frame new-frame))
(setq new-frame nil)))
(unless (equal (key-description key) "C-g")
+ (message (substitute-command-keys
+ (format "No help command is bound to `\\`%s''"
+ (key-description key))))
(ding))))))
(when config
(set-window-configuration config))